What language available on commodity web hosts would suit a C# developer? [closed]
        Posted  
        
            by 
                billpg
            
        on Programmers
        
        See other posts from Programmers
        
            or by billpg
        
        
        
        Published on 2012-10-26T12:05:36Z
        Indexed on 
            2012/10/26
            17:19 UTC
        
        
        Read the original article
        Hit count: 265
        
Recognising its ubiquity on commodity web hosting services, I tried developing in PHP a few years ago. I really didn't like it, later deciding that life was too short for PHP.
(In brief, having to put $ on variable names; mis-spelt variable names become new variables; converting non-numeric strings to integers without complaint; the need for an "and this time I mean it" comparison operator.)
In my ideal world, commodity web hosts would all support C#/ASP.NET, my preferred web-development language and framework, but this is not my ideal world. Even Mono has barely made a dent on Linux based hosts.
However, last time I moaned about PHP's ubiquity, someone followed up that this was no longer the case, and that many other languages are now commonly usable on web hosts too.
What programming language;
a. Would suit a developer who prefers C#.
b. Is available to run on many web hosts.
© Programmers or respective owner